home *** CD-ROM | disk | FTP | other *** search
/ Grapevine 17 / Grapevine 17 (Disk 1 of 3).adf / GVInstall.script < prev    next >
Text File  |  1993-09-25  |  853b  |  36 lines

  1. ; Grapevine Issue 17 HD Install Script (1.0)
  2.  
  3. alert "Grapevine Issue 17 HardDisk Install%c%cVersion 1.1a"
  4. select "dh0:gv17"
  5. space "2500" ; 2.5mb
  6. message "Installing Grapevine into `%s/'"
  7.  
  8. mkdir "%s"
  9.  
  10. copyifno "Gv17a:Libs/reqtools.library" "dh0:libs/reqtools.library"
  11. copy "GV17a:#?" "%s/"
  12. copy "GV17b:#?" "%s/"
  13. copy "GV17c:#?" "%s/"
  14.  
  15. openfile "%s/Grapevine17"
  16. writetofile "assign gv17a: %s/"
  17. writetofile "assign gv17b: %s/"
  18. writetofile "assign gv17c: %s/"
  19. writetofile "gv17a:gv17"
  20. closefile ""
  21.  
  22. delete "%s/GV17.info"
  23. delete "%s/HDInstall.info"
  24. delete "%s/disk.info"
  25.  
  26. makeicon "%s/Grapevine17.info"
  27.  
  28. closemessage ""
  29.  
  30. alert "%cI Haven't installed any of the%cDEVS or L directories%cI assume you already have these%c"
  31. alert "%cNone of the sources etc. have been installed%cYou know where they are if you need them!%c"
  32. alert "%cInstall Complete%c"
  33.  
  34. end ""
  35.  
  36.